---
title: Model logs for model packages
description: View the model logs for a model package to see a history of the successful operations (INFO status) and errors (ERROR status).
section_name: MLOps
maturity: public-preview
---

# Model logs for model packages {: #model-logs-for-model-packages }

!!! info "Availability information"
    Model logs for model packages in the Model Registry are off by default and require the deprecated **Model Registry > Model Packages** tab. Contact your DataRobot representative or administrator for information on enabling this feature.

A model package's model logs display information about the operations of the underlying model. This information can help you identify and fix errors. For example, compliance documentation requires DataRobot to execute many jobs, some of which run sequentially and some in parallel. These jobs may fail, and reading the logs can help you identify the cause of the failure (e.g., the Feature Effects job fails because a model does not handle null values).

!!! important
    In the Model Registry, a model package's **Model Logs** tab _only_ reports the operations of the underlying model, not the model package operations (e.g., model package deployment time).

To view the model logs for a model package:

1. In the **Model Registry**, click **Model Packages**.

2. Click a model package in the list, and then click **Model Logs**.

3. On the **Model Logs** tab, review the timestamped log entries:

    ![](images/pp-model-pkg-logs.png)

    | | Information | Description |
    |-|-------------|-------------|
    | ![](images/icon-1.png) | Date / Time | The date and time the model log event was recorded. |
    | ![](images/icon-2.png) | Status      | The status the log entry reports: <ul><li><span style="color:#3BC169">INFO</span>: Reports a successful operation.</li><li><span style="color:#E74D4D">ERROR</span>: Reports an unsuccessful operation.</li></ul> |
    | ![](images/icon-3.png) | Message     | The description of the successful operation (INFO), or the reason for the failed operation (ERROR). This information can help you troubleshoot the root cause of the error.  |

4. If you can't locate the log entry for the error you need to fix, it may be an older log entry not shown in the current view. Click **Load older logs** to expand the **Model Logs** view.

    ![](images/pp-model-pkg-logs-load.png)

    !!! tip
        Look for the older log entries at the top of the **Model Logs**; they are added to the top of the existing log history.
